+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                     postbit                 +

+                                                       + 
+            :  All-the-vb (www.vbulletin-arab.com)         +
+                                                                   + 
+              :                     + 
+                    http://www.mwadah.com                          + 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  :
    

   
      
   

1)     
2)     
3)  
4)   
5)   
6)     

  :

1.   includes/config.php
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

$cookieprefix = 'bb'; 

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

$debug=1; 


-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  includes/functions_showthread.php
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


 :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

if($vboptions['fav_order']==1){
$order="order by views DESC";
}elseif ($vboptions['fav_order']==2){
$order="order by replycount DESC";
}elseif($vboptions['fav_order']==3){
$order="order by rand()";
}elseif($vboptions['fav_order']==4){
$order="order by dateline";
}elseif($vboptions['fav_order']==5){
$order="order by dateline DESC";
}elseif($vboptions['fav_order']==6){
$order="order by lastpost DESC";
}

$favthreads = $DB_site->query("
			SELECT threadid,title,forumid FROM " . TABLE_PREFIX . "thread
			WHERE postuserid='$post[userid]'
            $order
			LIMIT $vboptions[num_favthread]
		");
		while ($favthread = $DB_site->fetch_array($favthreads))
		{
$favo.="0 <a href='showthread.php?t=$favthread[threadid]'>$favthread[title]</a><br>";
}

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
   :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

if($vboptions['fav_order']==1){
$order="order by views DESC";
}elseif ($vboptions['fav_order']==2){
$order="order by replycount DESC";
}elseif($vboptions['fav_order']==3){
$order="order by rand()";
}elseif($vboptions['fav_order']==4){
$order="order by dateline";
}elseif($vboptions['fav_order']==5){
$order="order by dateline DESC";
}elseif($vboptions['fav_order']==6){
$order="order by lastpost DESC";
}

$favthreads = $DB_site->query("
			SELECT threadid,title,forumid FROM " . TABLE_PREFIX . "thread
			WHERE postuserid='$post[userid]' AND forumid NOT IN($vboptions[fav_not_forumid])
            $order
			LIMIT $vboptions[num_favthread]
		");
		while ($favthread = $DB_site->fetch_array($favthreads))
		{
$favo.="0 <a href='showthread.php?t=$favthread[threadid]'>$favthread[title]</a><br>";
}

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

            


   

  :

Varname: fav_not_forumid

Setting Group:    

Title:    

Description:              ...   0     ...  :   

Option Code :  

Default: 0

Display Order:  

vBulletin Default : yes

 

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


  includes/config.php
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  :
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

$debug=1;

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

$debug=1; 

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      
  
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


 
   
http://www.mwadah.com

-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+